home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / scrlit15.zip / WHATSNEW.DOC < prev   
Text File  |  1993-01-23  |  7KB  |  132 lines

  1.    SCROLLit        Advanced Scrollback Buffer               January 23, 1993
  2.  
  3.  
  4.    ─────────────────────────────────────────────────────────────────────────
  5.    New in SCROLLit 1.5
  6.    ─────────────────────────────────────────────────────────────────────────
  7.  
  8.      ■  Pressing Ctrl-Home allows you to return to the position in the
  9.         scrollback buffer when you last exited SCROLLit. This feature is
  10.         often referred to as a 'bookmark'.  Older versions of SCROLLit were
  11.         only upating the buffer position when SCROLLit was exited with the
  12.         Esc key. If you exited with the Scroll Lock key, the bookmark was
  13.         not being updated. Fixed.
  14.  
  15.      ■  Two new command line switches, /- and /+, have been added to allow
  16.         SCROLLit's capturing of scrolling lines to be temporarily disabled
  17.         and then re-enabled.
  18.  
  19.      ■  A new command line switch, /R, has been added to provide more
  20.         information on how to register SCROLLit.
  21.  
  22.      ■  The /? command line switch will display a list of all command line
  23.         switches with a brief description of what they do.
  24.  
  25.    
  26.    ─────────────────────────────────────────────────────────────────────────
  27.    SCROLLit 1.4
  28.    ─────────────────────────────────────────────────────────────────────────
  29.  
  30.      ■  SCROLLit now supports 43/50 line mode of the EGA/VGA.  Actually,
  31.         SCROLLit will support any number of lines per screen so long as the
  32.         BIOS is aware of the new line setting.
  33.  
  34.      ■  SCROLLit was not supporting the color video mode 3 on certain
  35.         monochrome monitors. SCROLLit will now allow any 80 column text mode
  36.         (modes 2,3 or 7) on any monitor type. After installation, the video
  37.         mode can be switched between these modes and SCROLLit will still
  38.         capture scrolling and popup on request.
  39.  
  40.      ■  The default keyboard repeat rate on many computers is a relatively
  41.         slow 10.9 repeats per second.  The keyboard repeat rate determines
  42.         how fast SCROLLit will scroll the screen when you press and hold the
  43.         up arrow or down arrow key. SCROLLit was setting a fast keyboard
  44.         repeat rate on installation, but this new repeat rate would effect
  45.         all subsequent keypresses (not just SCROLLit). Some users have
  46.         pointed out that it is better for each user to set the repeat rate
  47.         he or she is most comfortable with. The keyboard repeat rate can be
  48.         set with DOS 5.0's MODE command or any number of public domain
  49.         utilities. SCROLLit 1.4 no longer changes the keyboard repeat rate.
  50.  
  51.      ■  SCROLLit captures 'clear-screen' requests in addition to both DOS
  52.         and BIOS screen scrolling. When you use the CLS command, for
  53.         example, SCROLLit will capture the information on the screen before
  54.         it is cleared. In addition, many programs clear the screen at
  55.         startup, which would leave gaps in your scrollback buffer if
  56.         SCROLLit did not intercept the clear-screen request. Another example
  57.         of the need to capture clear-screens is during Compuserve sessions
  58.         when the Compuserve terminal type is set to be page oriented.
  59.         Instead of scrolling old output, Compuserve issues a clear-screen
  60.         request after every page. SCROLLit will now capture these pages.
  61.  
  62.      ■  If 'search again, same text' was requested by pressing A before a
  63.         target string had ever been specified with either F (forward) or B
  64.         (backward), SCROLLit would hang while trying to search for an
  65.         undefined target string. Fixed.
  66.      
  67.      ■  It is now possible to popup other TSR programs over SCROLLit. This
  68.         is accomplished by issuing a 28h interrupt while SCROLLit is waiting
  69.         for input. If you use a popup calculator or screen grabber, for
  70.         example, they should now work while you are in SCROLLit.
  71.  
  72.      ■  The Procomm commands in the Appendix for setting BIOS screen
  73.         scrolling were for the old shareware version of Procomm 2.4.3.,
  74.         not for Procomm Plus which needs no reconfiguring. The Qmodem
  75.         command given was for BIOS writing, not BIOS scrolling. Fixed.
  76.  
  77.  
  78.    ─────────────────────────────────────────────────────────────────────────
  79.    SCROLLit 1.3
  80.    ─────────────────────────────────────────────────────────────────────────
  81.  
  82.      ■  SCROLLit 1.2 was not properly restoring the state of the A20 line
  83.         when the buffer was stored in XMS.  This would cause the system to
  84.         hang in some cases, particularly if SCROLLit was installed in a
  85.         Desqview window and DV was using the high memory area (HMA). Fixed.
  86.  
  87.  
  88.    ─────────────────────────────────────────────────────────────────────────
  89.    SCROLLit 1.2
  90.    ─────────────────────────────────────────────────────────────────────────
  91.  
  92.      ■  During installation, SCROLLit performs a CRC test of the program to
  93.         ensure that the program has not been tampered with or infected with
  94.         a virus.  This CRC test would fail in Version 1.1 if SCROLLit was
  95.         loaded in a Desqview window.  Fixed.
  96.  
  97.      ■  Under certain circumstances, some versions of The Last Byte Memory
  98.         Manager appear to have difficulty loading a TSR into high memory if
  99.         the particular TSR has command line parameters beginning with a
  100.         slash (/). SCROLLit 1.2 will now accept either slashes or dashes.
  101.  
  102.  
  103.    ─────────────────────────────────────────────────────────────────────────
  104.    SCROLLit 1.1
  105.    ─────────────────────────────────────────────────────────────────────────
  106.  
  107.     ■  Broader support for ANSI drivers.  Version 1.0 was not capturing some
  108.        of the screen scrolling from certain ANSI drivers including older
  109.        (1987 and earlier) versions of Microsoft's ANSI.SYS.  SCROLLit
  110.        Version 1.1 has been tested with several versions of ANSI.SYS,
  111.        ANSI.COM, NANSI.SYS, ZANSI.SYS, VANSI.SYS and DVANSI.COM.  In the
  112.        case of the TSR drivers, (ANSI.COM and DVANSI.COM), SCROLLit should
  113.        be loaded AFTER the driver.
  114.  
  115.     ■  SCROLLit is now Desqview aware. If SCROLLit is loaded inside a
  116.        Desqview window, it will capture the scrolling of the Desqview screen
  117.        buffer, rather than the hardware screen buffer that is used outside
  118.        of Desqview. SCROLLit will give up it's time slice during periods of
  119.        inactivity to optimize the performance of your other Desqview
  120.        windows. All screen writing inside a Desqview window is direct
  121.        writing to the Desqview screen buffer, to ensure that SCROLLit output
  122.        stays within the Desqview window.
  123.  
  124.     ■  Scrolling algorithm finetuned - smaller code and faster performance.
  125.  
  126.  
  127.    ─────────────────────────────────────────────────────────────────────────
  128.    SCROLLit 1.0
  129.    ─────────────────────────────────────────────────────────────────────────
  130.  
  131.     ■  First public release.
  132.